3.173 \(\int \frac {(a+i a \tan (c+d x))^{5/2} (A+B \tan (c+d x))}{\tan ^{\frac {5}{2}}(c+d x)} \, dx\)

Optimal. Leaf size=190 \[ \frac {(4+4 i) a^{5/2} (B+i A) \tanh ^{-1}\left (\frac {(1+i) \sqrt {a} \sqrt {\tan (c+d x)}}{\sqrt {a+i a \tan (c+d x)}}\right )}{d}+\frac {2 (-1)^{3/4} a^{5/2} B \tan ^{-1}\left (\frac {(-1)^{3/4} \sqrt {a} \sqrt {\tan (c+d x)}}{\sqrt {a+i a \tan (c+d x)}}\right )}{d}-\frac {2 a^2 (B+2 i A) \sqrt {a+i a \tan (c+d x)}}{d \sqrt {\tan (c+d x)}}-\frac {2 a A (a+i a \tan (c+d x))^{3/2}}{3 d \tan ^{\frac {3}{2}}(c+d x)} \]

[Out]

2*(-1)^(3/4)*a^(5/2)*B*arctan((-1)^(3/4)*a^(1/2)*tan(d*x+c)^(1/2)/(a+I*a*tan(d*x+c))^(1/2))/d+(4+4*I)*a^(5/2)*
(I*A+B)*arctanh((1+I)*a^(1/2)*tan(d*x+c)^(1/2)/(a+I*a*tan(d*x+c))^(1/2))/d-2*a^2*(2*I*A+B)*(a+I*a*tan(d*x+c))^
(1/2)/d/tan(d*x+c)^(1/2)-2/3*a*A*(a+I*a*tan(d*x+c))^(3/2)/d/tan(d*x+c)^(3/2)

________________________________________________________________________________________

Rubi [A]  time = 0.66, antiderivative size = 190, normalized size of antiderivative = 1.00, number of steps used = 9, number of rules used = 8, integrand size = 38, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.210, Rules used = {3593, 3601, 3544, 205, 3599, 63, 217, 203} \[ -\frac {2 a^2 (B+2 i A) \sqrt {a+i a \tan (c+d x)}}{d \sqrt {\tan (c+d x)}}+\frac {(4+4 i) a^{5/2} (B+i A) \tanh ^{-1}\left (\frac {(1+i) \sqrt {a} \sqrt {\tan (c+d x)}}{\sqrt {a+i a \tan (c+d x)}}\right )}{d}+\frac {2 (-1)^{3/4} a^{5/2} B \tan ^{-1}\left (\frac {(-1)^{3/4} \sqrt {a} \sqrt {\tan (c+d x)}}{\sqrt {a+i a \tan (c+d x)}}\right )}{d}-\frac {2 a A (a+i a \tan (c+d x))^{3/2}}{3 d \tan ^{\frac {3}{2}}(c+d x)} \]

Antiderivative was successfully verified.

[In]

Int[((a + I*a*Tan[c + d*x])^(5/2)*(A + B*Tan[c + d*x]))/Tan[c + d*x]^(5/2),x]

[Out]

(2*(-1)^(3/4)*a^(5/2)*B*ArcTan[((-1)^(3/4)*Sqrt[a]*Sqrt[Tan[c + d*x]])/Sqrt[a + I*a*Tan[c + d*x]]])/d + ((4 +
4*I)*a^(5/2)*(I*A + B)*ArcTanh[((1 + I)*Sqrt[a]*Sqrt[Tan[c + d*x]])/Sqrt[a + I*a*Tan[c + d*x]]])/d - (2*a^2*((
2*I)*A + B)*Sqrt[a + I*a*Tan[c + d*x]])/(d*Sqrt[Tan[c + d*x]]) - (2*a*A*(a + I*a*Tan[c + d*x])^(3/2))/(3*d*Tan
[c + d*x]^(3/2))

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 205

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]*ArcTan[x/Rt[a/b, 2]])/a, x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 217

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rule 3544

Int[Sqrt[(a_) + (b_.)*tan[(e_.) + (f_.)*(x_)]]/Sqrt[(c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)]], x_Symbol] :> Dist[
(-2*a*b)/f, Subst[Int[1/(a*c - b*d - 2*a^2*x^2), x], x, Sqrt[c + d*Tan[e + f*x]]/Sqrt[a + b*Tan[e + f*x]]], x]
 /; FreeQ[{a, b, c, d, e, f}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 + b^2, 0] && NeQ[c^2 + d^2, 0]

Rule 3593

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((A_.) + (B_.)*tan[(e_.) + (f_.)*(x_)])*((c_.) + (d_.)*tan[(e_
.) + (f_.)*(x_)])^(n_), x_Symbol] :> -Simp[(a^2*(B*c - A*d)*(a + b*Tan[e + f*x])^(m - 1)*(c + d*Tan[e + f*x])^
(n + 1))/(d*f*(b*c + a*d)*(n + 1)), x] - Dist[a/(d*(b*c + a*d)*(n + 1)), Int[(a + b*Tan[e + f*x])^(m - 1)*(c +
 d*Tan[e + f*x])^(n + 1)*Simp[A*b*d*(m - n - 2) - B*(b*c*(m - 1) + a*d*(n + 1)) + (a*A*d*(m + n) - B*(a*c*(m -
 1) + b*d*(n + 1)))*Tan[e + f*x], x], x], x] /; FreeQ[{a, b, c, d, e, f, A, B}, x] && NeQ[b*c - a*d, 0] && EqQ
[a^2 + b^2, 0] && GtQ[m, 1] && LtQ[n, -1]

Rule 3599

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((A_.) + (B_.)*tan[(e_.) + (f_.)*(x_)])*((c_.) + (d_.)*tan[(e_
.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[(b*B)/f, Subst[Int[(a + b*x)^(m - 1)*(c + d*x)^n, x], x, Tan[e + f*x
]], x] /; FreeQ[{a, b, c, d, e, f, A, B, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 + b^2, 0] && EqQ[A*b + a*B,
 0]

Rule 3601

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(m_)*((A_.) + (B_.)*tan[(e_.) + (f_.)*(x_)])*((c_.) + (d_.)*tan[(e_
.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[(A*b + a*B)/b, Int[(a + b*Tan[e + f*x])^m*(c + d*Tan[e + f*x])^n, x]
, x] - Dist[B/b, Int[(a + b*Tan[e + f*x])^m*(c + d*Tan[e + f*x])^n*(a - b*Tan[e + f*x]), x], x] /; FreeQ[{a, b
, c, d, e, f, A, B, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 + b^2, 0] && NeQ[A*b + a*B, 0]

Rubi steps

\begin {align*} \int \frac {(a+i a \tan (c+d x))^{5/2} (A+B \tan (c+d x))}{\tan ^{\frac {5}{2}}(c+d x)} \, dx &=-\frac {2 a A (a+i a \tan (c+d x))^{3/2}}{3 d \tan ^{\frac {3}{2}}(c+d x)}+\frac {2}{3} \int \frac {(a+i a \tan (c+d x))^{3/2} \left (\frac {3}{2} a (2 i A+B)+\frac {3}{2} i a B \tan (c+d x)\right )}{\tan ^{\frac {3}{2}}(c+d x)} \, dx\\ &=-\frac {2 a^2 (2 i A+B) \sqrt {a+i a \tan (c+d x)}}{d \sqrt {\tan (c+d x)}}-\frac {2 a A (a+i a \tan (c+d x))^{3/2}}{3 d \tan ^{\frac {3}{2}}(c+d x)}+\frac {4}{3} \int \frac {\sqrt {a+i a \tan (c+d x)} \left (-\frac {3}{4} a^2 (4 A-3 i B)-\frac {3}{4} a^2 B \tan (c+d x)\right )}{\sqrt {\tan (c+d x)}} \, dx\\ &=-\frac {2 a^2 (2 i A+B) \sqrt {a+i a \tan (c+d x)}}{d \sqrt {\tan (c+d x)}}-\frac {2 a A (a+i a \tan (c+d x))^{3/2}}{3 d \tan ^{\frac {3}{2}}(c+d x)}-\left (4 a^2 (A-i B)\right ) \int \frac {\sqrt {a+i a \tan (c+d x)}}{\sqrt {\tan (c+d x)}} \, dx-(i a B) \int \frac {(a-i a \tan (c+d x)) \sqrt {a+i a \tan (c+d x)}}{\sqrt {\tan (c+d x)}} \, dx\\ &=-\frac {2 a^2 (2 i A+B) \sqrt {a+i a \tan (c+d x)}}{d \sqrt {\tan (c+d x)}}-\frac {2 a A (a+i a \tan (c+d x))^{3/2}}{3 d \tan ^{\frac {3}{2}}(c+d x)}-\frac {\left (i a^3 B\right ) \operatorname {Subst}\left (\int \frac {1}{\sqrt {x} \sqrt {a+i a x}} \, dx,x,\tan (c+d x)\right )}{d}+\frac {\left (8 a^4 (i A+B)\right ) \operatorname {Subst}\left (\int \frac {1}{-i a-2 a^2 x^2} \, dx,x,\frac {\sqrt {\tan (c+d x)}}{\sqrt {a+i a \tan (c+d x)}}\right )}{d}\\ &=\frac {(4+4 i) a^{5/2} (i A+B) \tanh ^{-1}\left (\frac {(1+i) \sqrt {a} \sqrt {\tan (c+d x)}}{\sqrt {a+i a \tan (c+d x)}}\right )}{d}-\frac {2 a^2 (2 i A+B) \sqrt {a+i a \tan (c+d x)}}{d \sqrt {\tan (c+d x)}}-\frac {2 a A (a+i a \tan (c+d x))^{3/2}}{3 d \tan ^{\frac {3}{2}}(c+d x)}-\frac {\left (2 i a^3 B\right ) \operatorname {Subst}\left (\int \frac {1}{\sqrt {a+i a x^2}} \, dx,x,\sqrt {\tan (c+d x)}\right )}{d}\\ &=\frac {(4+4 i) a^{5/2} (i A+B) \tanh ^{-1}\left (\frac {(1+i) \sqrt {a} \sqrt {\tan (c+d x)}}{\sqrt {a+i a \tan (c+d x)}}\right )}{d}-\frac {2 a^2 (2 i A+B) \sqrt {a+i a \tan (c+d x)}}{d \sqrt {\tan (c+d x)}}-\frac {2 a A (a+i a \tan (c+d x))^{3/2}}{3 d \tan ^{\frac {3}{2}}(c+d x)}-\frac {\left (2 i a^3 B\right ) \operatorname {Subst}\left (\int \frac {1}{1-i a x^2} \, dx,x,\frac {\sqrt {\tan (c+d x)}}{\sqrt {a+i a \tan (c+d x)}}\right )}{d}\\ &=\frac {2 (-1)^{3/4} a^{5/2} B \tan ^{-1}\left (\frac {(-1)^{3/4} \sqrt {a} \sqrt {\tan (c+d x)}}{\sqrt {a+i a \tan (c+d x)}}\right )}{d}+\frac {(4+4 i) a^{5/2} (i A+B) \tanh ^{-1}\left (\frac {(1+i) \sqrt {a} \sqrt {\tan (c+d x)}}{\sqrt {a+i a \tan (c+d x)}}\right )}{d}-\frac {2 a^2 (2 i A+B) \sqrt {a+i a \tan (c+d x)}}{d \sqrt {\tan (c+d x)}}-\frac {2 a A (a+i a \tan (c+d x))^{3/2}}{3 d \tan ^{\frac {3}{2}}(c+d x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [B]  time = 10.52, size = 618, normalized size = 3.25 \[ \frac {\cos ^3(c+d x) \sqrt {\tan (c+d x)} (a+i a \tan (c+d x))^{5/2} (A+B \tan (c+d x)) \left (\csc (c) \left (\frac {2}{3} \cos (2 c)-\frac {2}{3} i \sin (2 c)\right ) \csc (c+d x) (3 B \sin (d x)+7 i A \sin (d x))-i \csc (c) \left (\frac {2}{3} \cos (2 c)-\frac {2}{3} i \sin (2 c)\right ) (i A \sin (c)+7 A \cos (c)-3 i B \cos (c))+\left (-\frac {2}{3} A \cos (2 c)+\frac {2}{3} i A \sin (2 c)\right ) \csc ^2(c+d x)\right )}{d (\cos (d x)+i \sin (d x))^2 (A \cos (c+d x)+B \sin (c+d x))}+\frac {\sqrt {e^{i d x}} e^{-i (3 c+d x)} \sqrt {-1+e^{2 i (c+d x)}} \sqrt {\frac {e^{i (c+d x)}}{1+e^{2 i (c+d x)}}} (a+i a \tan (c+d x))^{5/2} \left (8 (B+i A) \log \left (e^{-i c} \left (\sqrt {-1+e^{2 i (c+d x)}}+e^{i (c+d x)}\right )\right )+\sqrt {2} B \log \left (\frac {2 e^{\frac {7 i c}{2}} \left (2 i \sqrt {-1+e^{2 i (c+d x)}}-i \sqrt {2} e^{i (c+d x)}+\sqrt {2}\right )}{B \left (e^{i (c+d x)}-i\right )}\right )-\sqrt {2} B \log \left (-\frac {2 i e^{\frac {7 i c}{2}} \left (2 \sqrt {-1+e^{2 i (c+d x)}}+\sqrt {2} e^{i (c+d x)}-i \sqrt {2}\right )}{B \left (e^{i (c+d x)}+i\right )}\right )\right ) (A+B \tan (c+d x))}{\sqrt {2} d \sqrt {-\frac {i \left (-1+e^{2 i (c+d x)}\right )}{1+e^{2 i (c+d x)}}} \sec ^{\frac {7}{2}}(c+d x) (\cos (d x)+i \sin (d x))^{5/2} (A \cos (c+d x)+B \sin (c+d x))} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[((a + I*a*Tan[c + d*x])^(5/2)*(A + B*Tan[c + d*x]))/Tan[c + d*x]^(5/2),x]

[Out]

(Sqrt[E^(I*d*x)]*Sqrt[-1 + E^((2*I)*(c + d*x))]*Sqrt[E^(I*(c + d*x))/(1 + E^((2*I)*(c + d*x)))]*(Sqrt[2]*B*Log
[(2*E^(((7*I)/2)*c)*(Sqrt[2] - I*Sqrt[2]*E^(I*(c + d*x)) + (2*I)*Sqrt[-1 + E^((2*I)*(c + d*x))]))/(B*(-I + E^(
I*(c + d*x))))] + 8*(I*A + B)*Log[(E^(I*(c + d*x)) + Sqrt[-1 + E^((2*I)*(c + d*x))])/E^(I*c)] - Sqrt[2]*B*Log[
((-2*I)*E^(((7*I)/2)*c)*((-I)*Sqrt[2] + Sqrt[2]*E^(I*(c + d*x)) + 2*Sqrt[-1 + E^((2*I)*(c + d*x))]))/(B*(I + E
^(I*(c + d*x))))])*(a + I*a*Tan[c + d*x])^(5/2)*(A + B*Tan[c + d*x]))/(Sqrt[2]*d*E^(I*(3*c + d*x))*Sqrt[((-I)*
(-1 + E^((2*I)*(c + d*x))))/(1 + E^((2*I)*(c + d*x)))]*Sec[c + d*x]^(7/2)*(Cos[d*x] + I*Sin[d*x])^(5/2)*(A*Cos
[c + d*x] + B*Sin[c + d*x])) + (Cos[c + d*x]^3*((-I)*Csc[c]*(7*A*Cos[c] - (3*I)*B*Cos[c] + I*A*Sin[c])*((2*Cos
[2*c])/3 - ((2*I)/3)*Sin[2*c]) + Csc[c + d*x]^2*((-2*A*Cos[2*c])/3 + ((2*I)/3)*A*Sin[2*c]) + Csc[c]*Csc[c + d*
x]*((2*Cos[2*c])/3 - ((2*I)/3)*Sin[2*c])*((7*I)*A*Sin[d*x] + 3*B*Sin[d*x]))*Sqrt[Tan[c + d*x]]*(a + I*a*Tan[c
+ d*x])^(5/2)*(A + B*Tan[c + d*x]))/(d*(Cos[d*x] + I*Sin[d*x])^2*(A*Cos[c + d*x] + B*Sin[c + d*x]))

________________________________________________________________________________________

fricas [B]  time = 0.79, size = 830, normalized size = 4.37 \[ \text {result too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+I*a*tan(d*x+c))^(5/2)*(A+B*tan(d*x+c))/tan(d*x+c)^(5/2),x, algorithm="fricas")

[Out]

1/6*(4*sqrt(2)*((8*A - 3*I*B)*a^2*e^(5*I*d*x + 5*I*c) + 2*A*a^2*e^(3*I*d*x + 3*I*c) - 3*(2*A - I*B)*a^2*e^(I*d
*x + I*c))*sqrt(a/(e^(2*I*d*x + 2*I*c) + 1))*sqrt((-I*e^(2*I*d*x + 2*I*c) + I)/(e^(2*I*d*x + 2*I*c) + 1)) - 3*
sqrt((-32*I*A^2 - 64*A*B + 32*I*B^2)*a^5/d^2)*(d*e^(4*I*d*x + 4*I*c) - 2*d*e^(2*I*d*x + 2*I*c) + d)*log((sqrt(
2)*((4*I*A + 4*B)*a^2*e^(2*I*d*x + 2*I*c) + (4*I*A + 4*B)*a^2)*sqrt(a/(e^(2*I*d*x + 2*I*c) + 1))*sqrt((-I*e^(2
*I*d*x + 2*I*c) + I)/(e^(2*I*d*x + 2*I*c) + 1)) + I*sqrt((-32*I*A^2 - 64*A*B + 32*I*B^2)*a^5/d^2)*d*e^(I*d*x +
 I*c))*e^(-I*d*x - I*c)/((4*I*A + 4*B)*a^2)) + 3*sqrt((-32*I*A^2 - 64*A*B + 32*I*B^2)*a^5/d^2)*(d*e^(4*I*d*x +
 4*I*c) - 2*d*e^(2*I*d*x + 2*I*c) + d)*log((sqrt(2)*((4*I*A + 4*B)*a^2*e^(2*I*d*x + 2*I*c) + (4*I*A + 4*B)*a^2
)*sqrt(a/(e^(2*I*d*x + 2*I*c) + 1))*sqrt((-I*e^(2*I*d*x + 2*I*c) + I)/(e^(2*I*d*x + 2*I*c) + 1)) - I*sqrt((-32
*I*A^2 - 64*A*B + 32*I*B^2)*a^5/d^2)*d*e^(I*d*x + I*c))*e^(-I*d*x - I*c)/((4*I*A + 4*B)*a^2)) + 3*sqrt(4*I*B^2
*a^5/d^2)*(d*e^(4*I*d*x + 4*I*c) - 2*d*e^(2*I*d*x + 2*I*c) + d)*log((sqrt(2)*(B*a^2*e^(2*I*d*x + 2*I*c) + B*a^
2)*sqrt(a/(e^(2*I*d*x + 2*I*c) + 1))*sqrt((-I*e^(2*I*d*x + 2*I*c) + I)/(e^(2*I*d*x + 2*I*c) + 1)) + I*sqrt(4*I
*B^2*a^5/d^2)*d*e^(I*d*x + I*c))*e^(-I*d*x - I*c)/(B*a^2)) - 3*sqrt(4*I*B^2*a^5/d^2)*(d*e^(4*I*d*x + 4*I*c) -
2*d*e^(2*I*d*x + 2*I*c) + d)*log((sqrt(2)*(B*a^2*e^(2*I*d*x + 2*I*c) + B*a^2)*sqrt(a/(e^(2*I*d*x + 2*I*c) + 1)
)*sqrt((-I*e^(2*I*d*x + 2*I*c) + I)/(e^(2*I*d*x + 2*I*c) + 1)) - I*sqrt(4*I*B^2*a^5/d^2)*d*e^(I*d*x + I*c))*e^
(-I*d*x - I*c)/(B*a^2)))/(d*e^(4*I*d*x + 4*I*c) - 2*d*e^(2*I*d*x + 2*I*c) + d)

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+I*a*tan(d*x+c))^(5/2)*(A+B*tan(d*x+c))/tan(d*x+c)^(5/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign
: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to chec
k sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Warning,
 choosing root of [1,0,%%%{-2,[1,2]%%%}+%%%{2,[1,0]%%%}+%%%{4,[0,3]%%%}+%%%{-4,[0,1]%%%},0,%%%{1,[2,4]%%%}+%%%
{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%%%{4,[1,5]%%%}+%%%{-8,[1,3]%%%}+%%%{4,[1,1]%%%}+%%%{4,[0,6]%%%}+%%%{-8,[0,4]%%%
}+%%%{4,[0,2]%%%}] at parameters values [-51,-42]Warning, choosing root of [1,0,%%%{-2,[1,2]%%%}+%%%{2,[1,0]%%
%}+%%%{-4,[0,3]%%%}+%%%{4,[0,1]%%%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%%%{-4,[1,5]%%%}+%%%{8,
[1,3]%%%}+%%%{-4,[1,1]%%%}+%%%{4,[0,6]%%%}+%%%{-8,[0,4]%%%}+%%%{4,[0,2]%%%}] at parameters values [22,-94]Warn
ing, integration of abs or sign assumes constant sign by intervals (correct if the argument is real):Check [ab
s(t_nostep^2-1)]Discontinuities at zeroes of t_nostep^2-1 were not checkedWarning, choosing root of [1,0,%%%{-
2,[1,2]%%%}+%%%{2,[1,0]%%%}+%%%{4,[0,3]%%%}+%%%{-4,[0,1]%%%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%%%
}+%%%{4,[1,5]%%%}+%%%{-8,[1,3]%%%}+%%%{4,[1,1]%%%}+%%%{4,[0,6]%%%}+%%%{-8,[0,4]%%%}+%%%{4,[0,2]%%%}] at parame
ters values [-10,16]Warning, choosing root of [1,0,%%%{-2,[1,2]%%%}+%%%{2,[1,0]%%%}+%%%{-4,[0,3]%%%}+%%%{4,[0,
1]%%%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%%%{-4,[1,5]%%%}+%%%{8,[1,3]%%%}+%%%{-4,[1,1]%%%}+%%
%{4,[0,6]%%%}+%%%{-8,[0,4]%%%}+%%%{4,[0,2]%%%}] at parameters values [39,13]Warning, choosing root of [1,0,%%%
{-2,[1,2]%%%}+%%%{2,[1,0]%%%}+%%%{4,[0,3]%%%}+%%%{-4,[0,1]%%%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%
%%}+%%%{4,[1,5]%%%}+%%%{-8,[1,3]%%%}+%%%{4,[1,1]%%%}+%%%{4,[0,6]%%%}+%%%{-8,[0,4]%%%}+%%%{4,[0,2]%%%}] at para
meters values [-58,43]Warning, choosing root of [1,0,%%%{-2,[1,2]%%%}+%%%{2,[1,0]%%%}+%%%{-4,[0,3]%%%}+%%%{4,[
0,1]%%%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%%%{-4,[1,5]%%%}+%%%{8,[1,3]%%%}+%%%{-4,[1,1]%%%}+
%%%{4,[0,6]%%%}+%%%{-8,[0,4]%%%}+%%%{4,[0,2]%%%}] at parameters values [12,71]Warning, integration of abs or s
ign assumes constant sign by intervals (correct if the argument is real):Check [abs(t_nostep^2-1)]Discontinuit
ies at zeroes of t_nostep^2-1 were not checkedWarning, choosing root of [1,0,%%%{-2,[1,2]%%%}+%%%{2,[1,0]%%%}+
%%%{4,[0,3]%%%}+%%%{-4,[0,1]%%%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%%%{4,[1,5]%%%}+%%%{-8,[1,
3]%%%}+%%%{4,[1,1]%%%}+%%%{4,[0,6]%%%}+%%%{-8,[0,4]%%%}+%%%{4,[0,2]%%%}] at parameters values [72,-72]Warning,
 choosing root of [1,0,%%%{-2,[1,2]%%%}+%%%{2,[1,0]%%%}+%%%{-4,[0,3]%%%}+%%%{4,[0,1]%%%},0,%%%{1,[2,4]%%%}+%%%
{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%%%{-4,[1,5]%%%}+%%%{8,[1,3]%%%}+%%%{-4,[1,1]%%%}+%%%{4,[0,6]%%%}+%%%{-8,[0,4]%%
%}+%%%{4,[0,2]%%%}] at parameters values [90,60]Warning, integration of abs or sign assumes constant sign by i
ntervals (correct if the argument is real):Check [abs(t_nostep^2-1)]Discontinuities at zeroes of t_nostep^2-1
were not checkedWarning, choosing root of [1,0,%%%{-2,[1,2]%%%}+%%%{2,[1,0]%%%}+%%%{4,[0,3]%%%}+%%%{-4,[0,1]%%
%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%%%{4,[1,5]%%%}+%%%{-8,[1,3]%%%}+%%%{4,[1,1]%%%}+%%%{4,[
0,6]%%%}+%%%{-8,[0,4]%%%}+%%%{4,[0,2]%%%}] at parameters values [-7,81]Warning, choosing root of [1,0,%%%{-2,[
1,2]%%%}+%%%{2,[1,0]%%%}+%%%{-4,[0,3]%%%}+%%%{4,[0,1]%%%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%
%%{-4,[1,5]%%%}+%%%{8,[1,3]%%%}+%%%{-4,[1,1]%%%}+%%%{4,[0,6]%%%}+%%%{-8,[0,4]%%%}+%%%{4,[0,2]%%%}] at paramete
rs values [74,15]Warning, integration of abs or sign assumes constant sign by intervals (correct if the argume
nt is real):Check [abs(t_nostep^2-1)]Discontinuities at zeroes of t_nostep^2-1 were not checkedWarning, choosi
ng root of [1,0,%%%{-2,[1,2]%%%}+%%%{2,[1,0]%%%}+%%%{4,[0,3]%%%}+%%%{-4,[0,1]%%%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,
2]%%%}+%%%{1,[2,0]%%%}+%%%{4,[1,5]%%%}+%%%{-8,[1,3]%%%}+%%%{4,[1,1]%%%}+%%%{4,[0,6]%%%}+%%%{-8,[0,4]%%%}+%%%{4
,[0,2]%%%}] at parameters values [-50,-53]Warning, choosing root of [1,0,%%%{-2,[1,2]%%%}+%%%{2,[1,0]%%%}+%%%{
-4,[0,3]%%%}+%%%{4,[0,1]%%%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%%%{-4,[1,5]%%%}+%%%{8,[1,3]%%
%}+%%%{-4,[1,1]%%%}+%%%{4,[0,6]%%%}+%%%{-8,[0,4]%%%}+%%%{4,[0,2]%%%}] at parameters values [93,94]Warning, cho
osing root of [1,0,%%%{-2,[1,2]%%%}+%%%{2,[1,0]%%%}+%%%{4,[0,3]%%%}+%%%{-4,[0,1]%%%},0,%%%{1,[2,4]%%%}+%%%{-2,
[2,2]%%%}+%%%{1,[2,0]%%%}+%%%{4,[1,5]%%%}+%%%{-8,[1,3]%%%}+%%%{4,[1,1]%%%}+%%%{4,[0,6]%%%}+%%%{-8,[0,4]%%%}+%%
%{4,[0,2]%%%}] at parameters values [20,-26]Warning, choosing root of [1,0,%%%{-2,[1,2]%%%}+%%%{2,[1,0]%%%}+%%
%{-4,[0,3]%%%}+%%%{4,[0,1]%%%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%%%{-4,[1,5]%%%}+%%%{8,[1,3]
%%%}+%%%{-4,[1,1]%%%}+%%%{4,[0,6]%%%}+%%%{-8,[0,4]%%%}+%%%{4,[0,2]%%%}] at parameters values [51,93]Warning, i
ntegration of abs or sign assumes constant sign by intervals (correct if the argument is real):Check [abs(t_no
step^2-1)]Discontinuities at zeroes of t_nostep^2-1 were not checkedWarning, choosing root of [1,0,%%%{-2,[1,2
]%%%}+%%%{2,[1,0]%%%}+%%%{4,[0,3]%%%}+%%%{-4,[0,1]%%%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%%%{
4,[1,5]%%%}+%%%{-8,[1,3]%%%}+%%%{4,[1,1]%%%}+%%%{4,[0,6]%%%}+%%%{-8,[0,4]%%%}+%%%{4,[0,2]%%%}] at parameters v
alues [15,-11]Warning, choosing root of [1,0,%%%{-2,[1,2]%%%}+%%%{2,[1,0]%%%}+%%%{-4,[0,3]%%%}+%%%{4,[0,1]%%%}
,0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%%%{-4,[1,5]%%%}+%%%{8,[1,3]%%%}+%%%{-4,[1,1]%%%}+%%%{4,[0
,6]%%%}+%%%{-8,[0,4]%%%}+%%%{4,[0,2]%%%}] at parameters values [-60,84]Warning, choosing root of [1,0,%%%{-2,[
1,2]%%%}+%%%{2,[1,0]%%%}+%%%{2,[0,3]%%%}+%%%{-2,[0,1]%%%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%
%%{2,[1,5]%%%}+%%%{-4,[1,3]%%%}+%%%{2,[1,1]%%%}+%%%{1,[0,6]%%%}+%%%{-2,[0,4]%%%}+%%%{1,[0,2]%%%}] at parameter
s values [-88,33]Warning, choosing root of [1,0,%%%{-2,[1,2]%%%}+%%%{2,[1,0]%%%}+%%%{-2,[0,3]%%%}+%%%{2,[0,1]%
%%},0,%%%{1,[2,4]%%%}+%%%{-2,[2,2]%%%}+%%%{1,[2,0]%%%}+%%%{-2,[1,5]%%%}+%%%{4,[1,3]%%%}+%%%{-2,[1,1]%%%}+%%%{1
,[0,6]%%%}+%%%{-2,[0,4]%%%}+%%%{1,[0,2]%%%}] at parameters values [1,19]Warning, integration of abs or sign as
sumes constant sign by intervals (correct if the argument is real):Check [abs(t_nostep^2-1)]Discontinuities at
 zeroes of t_nostep^2-1 were not checkedEvaluation time: 23.8int()  Error: Bad Argument Value

________________________________________________________________________________________

maple [B]  time = 0.33, size = 620, normalized size = 3.26 \[ -\frac {\sqrt {a \left (1+i \tan \left (d x +c \right )\right )}\, a^{2} \left (-9 i B \ln \left (\frac {2 i a \tan \left (d x +c \right )+2 \sqrt {a \tan \left (d x +c \right ) \left (1+i \tan \left (d x +c \right )\right )}\, \sqrt {i a}+a}{2 \sqrt {i a}}\right ) \sqrt {-i a}\, \left (\tan ^{2}\left (d x +c \right )\right ) a +3 i \sqrt {i a}\, \sqrt {2}\, \ln \left (-\frac {-2 \sqrt {2}\, \sqrt {-i a}\, \sqrt {a \tan \left (d x +c \right ) \left (1+i \tan \left (d x +c \right )\right )}+i a -3 a \tan \left (d x +c \right )}{\tan \left (d x +c \right )+i}\right ) \left (\tan ^{2}\left (d x +c \right )\right ) a +14 i A \sqrt {i a}\, \sqrt {-i a}\, \sqrt {a \tan \left (d x +c \right ) \left (1+i \tan \left (d x +c \right )\right )}\, \tan \left (d x +c \right )+12 A \ln \left (\frac {2 i a \tan \left (d x +c \right )+2 \sqrt {a \tan \left (d x +c \right ) \left (1+i \tan \left (d x +c \right )\right )}\, \sqrt {i a}+a}{2 \sqrt {i a}}\right ) \sqrt {-i a}\, \left (\tan ^{2}\left (d x +c \right )\right ) a +6 i \ln \left (\frac {2 i a \tan \left (d x +c \right )+2 \sqrt {a \tan \left (d x +c \right ) \left (1+i \tan \left (d x +c \right )\right )}\, \sqrt {i a}+a}{2 \sqrt {i a}}\right ) \sqrt {-i a}\, \left (\tan ^{2}\left (d x +c \right )\right ) a -3 \sqrt {i a}\, \sqrt {2}\, \ln \left (-\frac {-2 \sqrt {2}\, \sqrt {-i a}\, \sqrt {a \tan \left (d x +c \right ) \left (1+i \tan \left (d x +c \right )\right )}+i a -3 a \tan \left (d x +c \right )}{\tan \left (d x +c \right )+i}\right ) \left (\tan ^{2}\left (d x +c \right )\right ) a +6 B \sqrt {a \tan \left (d x +c \right ) \left (1+i \tan \left (d x +c \right )\right )}\, \sqrt {i a}\, \sqrt {-i a}\, \tan \left (d x +c \right )+6 \ln \left (\frac {2 i a \tan \left (d x +c \right )+2 \sqrt {a \tan \left (d x +c \right ) \left (1+i \tan \left (d x +c \right )\right )}\, \sqrt {i a}+a}{2 \sqrt {i a}}\right ) \sqrt {-i a}\, \left (\tan ^{2}\left (d x +c \right )\right ) a +2 A \sqrt {i a}\, \sqrt {-i a}\, \sqrt {a \tan \left (d x +c \right ) \left (1+i \tan \left (d x +c \right )\right )}\right )}{3 d \tan \left (d x +c \right )^{\frac {3}{2}} \sqrt {a \tan \left (d x +c \right ) \left (1+i \tan \left (d x +c \right )\right )}\, \sqrt {i a}\, \sqrt {-i a}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+I*a*tan(d*x+c))^(5/2)*(A+B*tan(d*x+c))/tan(d*x+c)^(5/2),x)

[Out]

-1/3/d*(a*(1+I*tan(d*x+c)))^(1/2)*a^2/tan(d*x+c)^(3/2)*(-9*I*B*ln(1/2*(2*I*a*tan(d*x+c)+2*(a*tan(d*x+c)*(1+I*t
an(d*x+c)))^(1/2)*(I*a)^(1/2)+a)/(I*a)^(1/2))*(-I*a)^(1/2)*tan(d*x+c)^2*a+3*I*(I*a)^(1/2)*2^(1/2)*ln(-(-2*2^(1
/2)*(-I*a)^(1/2)*(a*tan(d*x+c)*(1+I*tan(d*x+c)))^(1/2)+I*a-3*a*tan(d*x+c))/(tan(d*x+c)+I))*tan(d*x+c)^2*a+14*I
*A*(I*a)^(1/2)*(-I*a)^(1/2)*tan(d*x+c)*(a*tan(d*x+c)*(1+I*tan(d*x+c)))^(1/2)+12*A*ln(1/2*(2*I*a*tan(d*x+c)+2*(
a*tan(d*x+c)*(1+I*tan(d*x+c)))^(1/2)*(I*a)^(1/2)+a)/(I*a)^(1/2))*(-I*a)^(1/2)*tan(d*x+c)^2*a+6*I*ln(1/2*(2*I*a
*tan(d*x+c)+2*(a*tan(d*x+c)*(1+I*tan(d*x+c)))^(1/2)*(I*a)^(1/2)+a)/(I*a)^(1/2))*(-I*a)^(1/2)*tan(d*x+c)^2*a-3*
(I*a)^(1/2)*2^(1/2)*ln(-(-2*2^(1/2)*(-I*a)^(1/2)*(a*tan(d*x+c)*(1+I*tan(d*x+c)))^(1/2)+I*a-3*a*tan(d*x+c))/(ta
n(d*x+c)+I))*tan(d*x+c)^2*a+6*B*(a*tan(d*x+c)*(1+I*tan(d*x+c)))^(1/2)*(I*a)^(1/2)*(-I*a)^(1/2)*tan(d*x+c)+6*ln
(1/2*(2*I*a*tan(d*x+c)+2*(a*tan(d*x+c)*(1+I*tan(d*x+c)))^(1/2)*(I*a)^(1/2)+a)/(I*a)^(1/2))*(-I*a)^(1/2)*tan(d*
x+c)^2*a+2*A*(I*a)^(1/2)*(-I*a)^(1/2)*(a*tan(d*x+c)*(1+I*tan(d*x+c)))^(1/2))/(a*tan(d*x+c)*(1+I*tan(d*x+c)))^(
1/2)/(I*a)^(1/2)/(-I*a)^(1/2)

________________________________________________________________________________________

maxima [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+I*a*tan(d*x+c))^(5/2)*(A+B*tan(d*x+c))/tan(d*x+c)^(5/2),x, algorithm="maxima")

[Out]

Timed out

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {\left (A+B\,\mathrm {tan}\left (c+d\,x\right )\right )\,{\left (a+a\,\mathrm {tan}\left (c+d\,x\right )\,1{}\mathrm {i}\right )}^{5/2}}{{\mathrm {tan}\left (c+d\,x\right )}^{5/2}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((A + B*tan(c + d*x))*(a + a*tan(c + d*x)*1i)^(5/2))/tan(c + d*x)^(5/2),x)

[Out]

int(((A + B*tan(c + d*x))*(a + a*tan(c + d*x)*1i)^(5/2))/tan(c + d*x)^(5/2), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+I*a*tan(d*x+c))**(5/2)*(A+B*tan(d*x+c))/tan(d*x+c)**(5/2),x)

[Out]

Timed out

________________________________________________________________________________________